home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 3
/
CU Amiga Magazine's Super CD-ROM 03 (1996)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1996-09].iso
/
support
/
superviewcd
/
superviewlibrary
/
packersupport
/
unpack-svobject
/
install_unpack.script
< prev
next >
Wrap
Text File
|
1996-01-29
|
589b
|
24 lines
; $VER: Install_UnpackObject.script V2.2 (16.7.95)
; © 1994-95 by Andreas R. Kleinert.
; This is the Installer Script for my Unpack-SVObject
(set svlibdir
(askdir
(prompt "Library Path")
(help @askdir-help)
(newpath)
(default "LIBS:")
)
)
(makedir (tackon svlibdir "svobjects"))
(copyfiles
(prompt "Installing FastILBM24.svobject to LIBS:svobjects ...")
(help @copyfiles-help)
(source "libs/svobjects")
(dest (tackon svlibdir "svobjects"))
(pattern "#?.svobject")
(files)
)